UNIC — Unicode Bidirectional Algorithm
This UNIC component implements algorithms from Unicode® Standard Annex #9 - Unicode Bidirectional Algorithm, a.k.a. UBA, used for display of mixed right-to-left and left-to-right text. It is written in safe Rust, compatible with the current stable release.
Notes
Initial code for this component is based on
unicode-bidi
.